string of character

英 [strɪŋ ɒv ˈkærəktə(r)] 美 [strɪŋ əv ˈkærəktər]

网络  字符串

计算机



双语例句

  1. I can now fill the new empty class with attributes such as string and number types ( representing the elements of the character), as well as functions common to this class.
    我现在能向这新的空类填充属性,诸如字符串和数字类型(代表了角色的成分),以及这个类中常用的函数。
  2. For example, if you pass the string a+ b to escape(), you get a% 20+% 20b ( 20 is the hexadecimal code of the space character).
    例如,如果将字符串a+b传递给escape(),结果将是a%20+%20b(20是空格符的16进制码)。
  3. The second for loop also shows how to split a string into a list of substrings ( using the space character to indicate the boundaries of substrings).
    第二个for循环还显示了如何将string分割为子字符串的list(使用空格字符来指示子字符串的边界)。
  4. The character-based string functions of DB2 introduces the concept of string length units to understand the character encoding, according to which the input string is to be considered for string operations.
    DB2的基于字符的字符串函数引入了字符串长度单元的概念来理解字符编码,根据该概念,考虑使用输入字符串来进行字符串操作。
  5. A field is a string of text separated from other fields with a certain single character.
    字段是一个文本字符串,通过某个字符与其它字段分隔开。
  6. A topic is a free-form string and may be composed of any single-byte character code.
    主题是无格式的字符串,可以包含任何单一字节的字符。
  7. For instance, if UTF-16 data is naively loaded into a C string, the string may be truncated on the second byte of the first ASCII character.
    比方说,如果UTF-16数据原样加载到C字符串中,字符串可能从第一个ASCII字符的第二个字节截断。
  8. Std:: string root_name(): Given a path that begins from the root of the file system, this routine returns a string that contains the first character of the PATHNAME.
    stringrootname():在给定从文件系统根目录开始的路径的情况下,此例程将返回包含PATHNAME的第一个字符的字符串。
  9. When you search a string for the occurrence of a specified substring, the search is first performed and then the result ( position within the string) is returned as the number of byte positions, not the correct character or code units position.
    在字符串中搜索特定的子字符串时,首先执行搜索,然后返回的结果(字符串中的位置)为字节位置数,而不是正确的字符或代码单元的位置。
  10. The split method is useful because it splits a string into a sequence of smaller strings, using a token character ( or any character in a given sequence of characters) as an indicator of where to chop.
    split方法很有用,因为它可以将一个字符串分成几个较小的字符串序列,方法是将令牌字符(或给定字符序列中的任何字符)用作断开位置的指示器。
  11. This approach to serialization forces a string representation of the entire object to be created in memory before a single character can be written, which is a big performance drag for large objects.
    这种序列化方式强行在写入一个字符之前在内存中建立整个对象的字符串表示,对于大型对象来说,这是个非常大的性能拖累。
  12. This is a valid URL encoding as specified by RFC1738, but if you submit the encoded string to a server-side script such as a JSP, you will get a space instead of the+ character.
    这是一个符合RFC1738的有效URL编码,但如果将这个已编码的字符串提交给服务器端脚本,例如JSP,结果将是一个空格而不是+字符。
  13. In addition to the string functions that were available with earlier versions of DB2 that handle character data using byte semantics, DB2 9 introduces a set of character-based string functions that understand character semantics.
    除了DB2早期版本中使用字节语义处理字符数据的字符串函数之外,DB29还引入了一组理解字符语义的基于字符的字符串函数。
  14. Think of an M-text as a generalization of a C string, because it allows the addition of arbitrary properties to the character codes typically associated with a C string.
    可以将M-text当作一个泛化的C字符串,因为这就可以将任意属性添加到通常与C字符串有关的字符代码中。
  15. It then returns the position in the source string of either the first character of the matched occurrence, or the first character after the matched occurrence.
    然后,其返回已匹配发生项的第一个字符或已匹配发生项后面的第一个字符在源字符串中的位置。
  16. Here, split() is a method that processes an input string ( of the type string) that contains a specified delimiter character ( in this case a comma) and returns a list of strings.
    这里的split()方法处理包含指定分隔字符(在这里是逗号)的输入字符串(字符串类型),返回字符串的列表。
  17. All string classes eventually boil down to a C-style string, and C-style strings are arrays of characters, so I'll first cover the character types.
    所有的string类都是以C-style字符串为基础的。C-style字符串是字符数组。
  18. Construct a new String by converting the specified array of bytes using the platform's default character encoding.
    构造一个新的字符串它是被改变的用一些特殊的字节数组编码格式来代替默认的字节编码格式。
  19. Well, get string again is returning the address of the string the user typed in, D the address of the very first character like the letter D and storing that address in this variable s1.
    好的,GetString返回的是,用户输入的字符串的地址,第一个字符的地址,比如字母,然后把这个地址存储在这个变量s1中。
  20. In string processing, the synthesis of longer character strings from shorter ones.
    在字符串处理中,把多个短字符串合成为长字符串的操作。
  21. Jesus'beatitudes are like a string of pearls that identify the Christian character.
    耶稣的八福,就像一串珍珠,把基督徒的品格完全彰显出来。
  22. He flirted ( harmlessly) with the female interviewer, he wheeled out a string of witty one-liners and he was clearly a charismatic, charming and engaging character who loves life.
    他和女记者调情(没有恶意的),说话幽默机智。显然他是一个有魅力的人,迷人,富有魅力,热爱生活。
  23. Either offset did not refer to a position in the string, or there is an insufficient length of destination character array.
    偏移量没有引用字符串内的位置,或者目标字符数组的长度不够。
  24. Exchanges one string of text with another, starting at one character and counting forward by a number you specify.
    将一个字符串与另一个交换,从一个字符开始,向前数到您指定的数目。
  25. A string of records, a string of words, or a character string formed for technical or logic reasons to be treated as an entity.
    由于技术或逻辑上的原因,作为一个整体来处理的一串记录、一串字或一个字符串。
  26. It can automatically distinguish meaningful Chinese characters string in text based on processing longer string first and string frequency information without the help of dictionary, without the help of acquiring the probability between words in advance and without the help of Chinese character index.
    采用长串优先匹配法,不需要词典,不需要事先估计字之间的搭配概率,不需要建立字索引,利用串频信息可以自动切分出文本中有意义的汉字串。
  27. Chinese character or character string flight design is realized in screen. It increase screen innervation of chinese character or character string. and vision effect of software is increased by a long way.
    汉字或字符串在屏幕上实现飞行动作,可以增加屏幕上汉字或字符串的动感,大大地增加软件的视觉效果。
  28. Retrieval by Character String Based on Relation Edit& Revision of the Character String In AutoCAD
    基于关系的全文检索AutoCAD中字符串的编辑与修改
  29. Through the node carries on the code to the documents tree, trades the string of character attire for the integer, raises the inquiry speed.
    通过对文档树中节点进行编码,将字符串装换为整数,提高查询速度。
  30. Based on the idea of the KMP algorithm of character string for fast pattern matching, the algorithm converts the block matching in the video image into the pattern matching of a character string.
    算法基于快速模式匹配KMP算法思想,将图像中的块匹配转化为一个一维的串模式匹配。